home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMSTATUS / TFRMSTATUS.txt < prev   
Encoding:
Text File  |  2004-07-08  |  2.6 KB  |  135 lines

  1. object frmStatus: TfrmStatus
  2.   Left = 312
  3.   Top = 515
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'frmStatus'
  7.   ClientHeight = 203
  8.   ClientWidth = 359
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poMainFormCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel2: TBevel
  24.     Left = 4
  25.     Top = 160
  26.     Width = 349
  27.     Height = 5
  28.     Shape = bsTopLine
  29.   end
  30.   object pHeader: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 359
  34.     Height = 41
  35.     Align = alTop
  36.     BevelOuter = bvNone
  37.     Color = clWhite
  38.     TabOrder = 1
  39.     object lHeader: TLabel
  40.       Left = 8
  41.       Top = 14
  42.       Width = 50
  43.       Height = 16
  44.       Caption = 'lHeader'
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -13
  48.       Font.Name = 'Tahoma'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.     end
  52.     object Bevel1: TBevel
  53.       Left = 0
  54.       Top = 39
  55.       Width = 359
  56.       Height = 2
  57.       Align = alBottom
  58.       Shape = bsBottomLine
  59.     end
  60.     object imgFz: TImage
  61.       Left = 320
  62.       Top = 3
  63.       Width = 33
  64.       Height = 33
  65.       Picture.Data = {<image000.ico>}
  66.       Visible = False
  67.     end
  68.   end
  69.   object btnCancel: TButton
  70.     Left = 187
  71.     Top = 171
  72.     Width = 94
  73.     Height = 25
  74.     Caption = '&Abbrechen'
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clWindowText
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 0
  82.     OnClick = btnCancelClick
  83.   end
  84.   object btnMinimize: TButton
  85.     Left = 83
  86.     Top = 171
  87.     Width = 91
  88.     Height = 25
  89.     Caption = 'btnMinimize'
  90.     Default = True
  91.     TabOrder = 2
  92.     OnClick = btnMinimizeClick
  93.   end
  94.   object lCurrentFileProgress: TGroupBox
  95.     Left = 8
  96.     Top = 48
  97.     Width = 345
  98.     Height = 49
  99.     Caption = 'lCurrentFileProgress'
  100.     TabOrder = 3
  101.     object DRGauge1: TdfsExtProgressBar
  102.       Left = 8
  103.       Top = 23
  104.       Width = 327
  105.       Height = 18
  106.       Min = 0
  107.       Max = 100
  108.       ParentShowHint = False
  109.       Smooth = True
  110.       Step = 1
  111.       ShowHint = False
  112.       TabOrder = 0
  113.     end
  114.   end
  115.   object lArchiveProgress: TGroupBox
  116.     Left = 8
  117.     Top = 104
  118.     Width = 345
  119.     Height = 49
  120.     Caption = 'lArchiveProgress'
  121.     TabOrder = 4
  122.     object DRGauge2: TdfsExtProgressBar
  123.       Left = 8
  124.       Top = 23
  125.       Width = 327
  126.       Height = 18
  127.       Min = 0
  128.       Max = 100
  129.       Smooth = True
  130.       Step = 1
  131.       TabOrder = 0
  132.     end
  133.   end
  134. end
  135.